@@ -2731,10 +2731,11 @@ Commands for displaying examples
27312731 tag of Doxygen's configuration file.
27322732
27332733 You can add the option `lineno` to enable line numbers for the included code if desired.
2734- You can add the option `stripcodecomments` that will always hide any special comments
2735- from the included code irrespective of the setting of
2736- \ref cfg_strip_code_comments "STRIP_CODE_COMMENTS" or you can add the option
2737- `nostripcodecomments` that will always show the special comments.
2734+
2735+ You can add the option `strip` that will always hide any special comments
2736+ from the included code, overruling the
2737+ \ref cfg_strip_code_comments "STRIP_CODE_COMMENTS" setting, or add the option
2738+ `nostrip` to always show the special comments.
27382739
27392740 The class and member declarations and definitions inside the code fragment
27402741 are 'remembered' during the parsing of the comment block that contained
@@ -2803,11 +2804,11 @@ Commands for displaying examples
28032804 - The `option` `doc` can be used to treat the file as documentation rather than code.
28042805 - The `option` `local` can be used make Doxygen interpret the code as if it was in the
28052806 class or namespace in which the include command appears, rather than the global namespace.
2806- - The `option` `stripcodecomments ` can be used so that any special comment will always be hidden
2807- from the included code irrespective of the setting of
2808- \ref cfg_strip_code_comments "STRIP_CODE_COMMENTS" or you can use the ` option`
2809- `nostripcodecomments` that will always show the special comments. These options have no effect in
2810- combination with the `option` `doc`.
2807+ - The `option` `strip ` can be used to always hide any special comments
2808+ from the included code, overruling the
2809+ \ref cfg_strip_code_comments "STRIP_CODE_COMMENTS" setting, and option
2810+ `nostrip` can be used to always show the special comments.
2811+ These options have no effect in combination with the `option` `doc`.
28112812
28122813 When using option `doc`, there is also the option `raise` that can be specified to raise
28132814 all sections found in the referenced file by a certain amount. For example
@@ -2956,11 +2957,11 @@ Commands for displaying examples
29562957 - The `option` `doc` can be used to treat the file as documentation rather than code.
29572958 - The `option` `local` can be used make Doxygen interpret the code as if it was in the
29582959 class or namespace in which the include command appears, rather than the global namespace.
2959- - The `option` `stripcodecomments ` can be used so that any special comment will always be hidden
2960- from the included code irrespective of the setting of
2961- \ref cfg_strip_code_comments "STRIP_CODE_COMMENTS" or you can use the ` option`
2962- `nostripcodecomments` that will always show the special comments. These options have no effect in
2963- combination with the `option` `doc`.
2960+ - The `option` `strip ` can be used to always hide any special comments
2961+ from the included code, overruling the
2962+ \ref cfg_strip_code_comments "STRIP_CODE_COMMENTS" setting, and option
2963+ `nostrip` can be used to always show the special comments.
2964+ These options have no effect in combination with the `option` `doc`.
29642965
29652966 When using option `doc`, there is also the option `raise` that can be specified to raise
29662967 all sections found in the referenced file by a certain amount. For example
0 commit comments