@@ -253,7 +253,7 @@ class QgsLayerMetadata
253253
254254 void setLanguage( const QString &language );
255255%Docstring
256- Sets the human language associated with the resource. While a formal vocabulary is not imposed,
256+ Sets the human `` language`` associated with the resource. While a formal vocabulary is not imposed,
257257 ideally values should be taken from the ISO 639.2 or ISO 3166 specifications,
258258 e.g. 'ENG' or 'SPA' (ISO 639.2) or 'EN-AU' (ISO 3166).
259259 \see language()
@@ -269,7 +269,7 @@ class QgsLayerMetadata
269269
270270 void setType( const QString &type );
271271%Docstring
272- Sets the type (nature) of the resource. While a formal vocabulary is not imposed, it is advised
272+ Sets the `` type`` (nature) of the resource. While a formal vocabulary is not imposed, it is advised
273273 to use the ISO 19115 MD_ScopeCode values. E.g. 'dataset' or 'series'.
274274 \see type()
275275%End
@@ -283,7 +283,7 @@ class QgsLayerMetadata
283283
284284 void setTitle( const QString &title );
285285%Docstring
286- Sets the human readable title (name) of the resource, typically displayed in search results.
286+ Sets the human readable `` title`` (name) of the resource, typically displayed in search results.
287287 \see title()
288288%End
289289
@@ -296,7 +296,7 @@ class QgsLayerMetadata
296296
297297 void setAbstract( const QString &abstract );
298298%Docstring
299- Sets a free-form abstract (description) of the resource.
299+ Sets a free-form `` abstract`` (description) of the resource.
300300 \see abstract()
301301%End
302302
@@ -310,7 +310,7 @@ class QgsLayerMetadata
310310
311311 void setFees( const QString &fees );
312312%Docstring
313- Sets the fees associated with using the resource.
313+ Sets the `` fees`` associated with using the resource.
314314 Use an empty string if no fees are set.
315315 \see fees()
316316%End
@@ -324,7 +324,7 @@ class QgsLayerMetadata
324324
325325 void setConstraints( const QgsLayerMetadata::ConstraintList &constraints );
326326%Docstring
327- Sets the list of constraints associated with using the resource.
327+ Sets the list of `` constraints`` associated with using the resource.
328328 \see constraints()
329329%End
330330
@@ -337,7 +337,7 @@ class QgsLayerMetadata
337337
338338 void setRights( const QStringList &rights );
339339%Docstring
340- Sets a list of rights (attribution or copyright strings) associated with the resource.
340+ Sets a list of `` rights`` (attribution or copyright strings) associated with the resource.
341341 \see rights()
342342%End
343343
@@ -350,7 +350,7 @@ class QgsLayerMetadata
350350
351351 void setEncoding( const QString &encoding );
352352%Docstring
353- Sets the character encoding of the data in the resource. Use an empty string if no encoding is set.
353+ Sets the character `` encoding`` of the data in the resource. Use an empty string if no encoding is set.
354354 \see encoding()
355355%End
356356
@@ -401,7 +401,7 @@ class QgsLayerMetadata
401401
402402 void setKeywords( const KeywordMap &keywords );
403403%Docstring
404- Sets the keywords map, which is a set of descriptive keywords associated with the resource.
404+ Sets the `` keywords`` map, which is a set of descriptive keywords associated with the resource.
405405
406406 The map key is the vocabulary string and map value is a list of keywords for that vocabulary.
407407 Calling this replaces any existing keyword vocabularies.
@@ -415,7 +415,7 @@ class QgsLayerMetadata
415415
416416 void addKeywords( const QString &vocabulary, const QStringList &keywords );
417417%Docstring
418- Adds a list of descriptive keywords for a specified vocabulary. Any existing
418+ Adds a list of descriptive `` keywords`` for a specified `` vocabulary`` . Any existing
419419 keywords for the same vocabulary will be replaced. Other vocabularies
420420 will not be affected.
421421
@@ -438,7 +438,7 @@ class QgsLayerMetadata
438438
439439 QStringList keywords( const QString &vocabulary ) const;
440440%Docstring
441- Returns a list of keywords for the specified vocabulary.
441+ Returns a list of keywords for the specified `` vocabulary`` .
442442 If the vocabulary is not contained in the metadata, an empty
443443 list will be returned.
444444
@@ -458,15 +458,15 @@ class QgsLayerMetadata
458458
459459 void setContacts( const QgsLayerMetadata::ContactList &contacts );
460460%Docstring
461- Sets the list of contacts or entities associated with the resource. Any existing contacts
461+ Sets the list of `` contacts`` or entities associated with the resource. Any existing contacts
462462 will be replaced.
463463 \see contacts()
464464 \see addContact()
465465%End
466466
467467 void addContact( const QgsLayerMetadata::Contact &contact );
468468%Docstring
469- Adds an individual contact to the existing contacts.
469+ Adds an individual `` contact`` to the existing contacts.
470470 \see contacts()
471471 \see setContacts()
472472%End
@@ -488,20 +488,20 @@ class QgsLayerMetadata
488488
489489 void addLink( const QgsLayerMetadata::Link &link );
490490%Docstring
491- Adds an individual link to the existing links.
491+ Adds an individual `` link`` to the existing links.
492492 \see links()
493493 \see setLinks()
494494%End
495495
496496 void saveToLayer( QgsMapLayer *layer ) const;
497497%Docstring
498- Saves the metadata to a layer's custom properties (see QgsMapLayer.setCustomProperty() ).
498+ Saves the metadata to a `` layer`` 's custom properties (see QgsMapLayer.setCustomProperty() ).
499499 \see readFromLayer()
500500%End
501501
502502 void readFromLayer( const QgsMapLayer *layer );
503503%Docstring
504- Reads the metadata state from a layer's custom properties (see QgsMapLayer.customProperty() ).
504+ Reads the metadata state from a `` layer`` 's custom properties (see QgsMapLayer.customProperty() ).
505505 \see saveToLayer()
506506%End
507507
0 commit comments