소스 검색

doc/doxygen: do not expand macros in documentation

Nathalie Furmento 12 년 전
부모
커밋
b0d0e65ba5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/doxygen/doxygen.cfg

+ 1 - 1
doc/doxygen/doxygen.cfg

@@ -581,7 +581,7 @@ ENABLED_SECTIONS       =
 # documentation can be controlled using \showinitializer or \hideinitializer
 # command in the documentation regardless of this setting.
 
-MAX_INITIALIZER_LINES  = 30
+MAX_INITIALIZER_LINES  = 0
 
 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated
 # at the bottom of the documentation of classes and structs. If set to YES the