diff options
Diffstat (limited to 'eclass/mozcoreconf-v5.eclass')
-rw-r--r-- | eclass/mozcoreconf-v5.eclass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/mozcoreconf-v5.eclass b/eclass/mozcoreconf-v5.eclass index ab8440b94273..a78b190aff69 100644 --- a/eclass/mozcoreconf-v5.eclass +++ b/eclass/mozcoreconf-v5.eclass @@ -53,8 +53,8 @@ mozconfig_use_enable() { mozconfig_annotate "$(use $1 && echo +$1 || echo -$1)" "${flag}" } -# @FUNCTION mozconfig_use_with -# @DESCRIPTION +# @FUNCTION: mozconfig_use_with +# @DESCRIPTION: # add a line to .mozconfig based on a USE-flag # # Example: @@ -65,8 +65,8 @@ mozconfig_use_with() { mozconfig_annotate "$(use $1 && echo +$1 || echo -$1)" "${flag}" } -# @FUNCTION mozconfig_use_extension -# @DESCRIPTION +# @FUNCTION: mozconfig_use_extension +# @DESCRIPTION: # enable or disable an extension based on a USE-flag # # Example: |