Browse Source

Code snippets that have Doxygen comments have them *for a reason*.

pull/225/head
Vladimír Vondruš 9 years ago
parent
commit
1e0a9c0498
  1. 2
      Doxyfile

2
Doxyfile

@ -985,7 +985,7 @@ INLINE_SOURCES = NO
# Fortran comments will always remain visible.
# The default value is: YES.
STRIP_CODE_COMMENTS = YES
STRIP_CODE_COMMENTS = NO
# If the REFERENCED_BY_RELATION tag is set to YES then for each documented
# function all documented functions referencing it will be listed.

Loading…
Cancel
Save