• Home
  • Raw
  • Download

Lines Matching refs:doxygen

11 using doxygen ;
54 doxygen reference
68 …# Lots of parameters passed to Doxygen. You can see these in the doxygen docs, or the Wizard Exper…
71 <doxygen:param>WARNINGS=YES
72 <doxygen:param>WARN_LOGFILE=AutoDoxywarnings.log
73 …<doxygen:param>WARN_IF_UNDOCUMENTED=NO # Default NO but useful if you aim to Doxygen document *all…
74 <doxygen:param>QUIET=NO
75 …<doxygen:param>WARN_NO_PARAMDOC=NO # Default no, but YES useful if you aim to document all functio…
76 <doxygen:param>DOXYFILE_ENCODING=UTF-8
77 <doxygen:param>PROJECT_NAME="odeint"
78 <doxygen:param>PROJECT_NUMBER=2.2
79 <doxygen:param>TAB_SIZE=2
80 <doxygen:param>SORT_MEMBER_DOCS=NO
81 <doxygen:param>SORT_BRIEF_DOCS=NO
82 <doxygen:param>SORT_MEMBERS_CTORS_1ST=NO
83 <doxygen:param>EXTRACT_PRIVATE=NO
84 <doxygen:param>INLINE_INHERITED_MEMB=YES
85 <doxygen:param>INHERIT_DOCS=YES
86 <doxygen:param>EXTRACT_STATIC=YES
87 <doxygen:param>EXTRACT_ANON_NSPACES=NO
88 <doxygen:param>EXTRACT_LOCAL_CLASSES=YES
89 <doxygen:param>EXTRACT_LOCAL_METHODS=YES
90 <doxygen:param>HIDE_UNDOC_MEMBERS=NO
91 <doxygen:param>HIDE_UNDOC_CLASSES=YES
92 <doxygen:param>HIDE_FRIEND_COMPOUNDS=NO
93 #<doxygen:param>HIDE_INBODY_DOCS=NO
94 <doxygen:param>INTERNAL_DOCS=YES
95 <doxygen:param>CASE_SENSE_NAMES=NO
96 <doxygen:param>HIDE_SCOPE_NAMES=NO
100 <doxygen:param>"PREDEFINED= \\
106 … <doxygen:param>ENABLE_PREPROCESSING=YES # Evaluates all C-preprocessor directives found in files.
107 <doxygen:param>MACRO_EXPANSION=YES # Will expand all macro names.
108 …<doxygen:param>EXPAND_ONLY_PREDEF=YES # Only predefined macros expanded. See units library for an…
109 <doxygen:param>SEARCH_INCLUDES=YES # Search #include files found.
110 …<doxygen:param>INLINE_INFO=YES # If the INLINE_INFO tag is set to YES (the default) then a tag [in…
112 …<doxygen:param>SHOW_INCLUDE_FILES=NO # List of the files that are included by a file in the docume…
113 …<doxygen:param>REPEAT_BRIEF=YES # Prepend the brief description of a member or function before the…
114 …<doxygen:param>BRIEF_MEMBER_DESC=YES # Include brief member descriptions after the members that ar…
115 …<doxygen:param>MULTILINE_CPP_IS_BRIEF=YES # Treat a multi-line C++ special comment block (i.e. a b…
117 …# <doxygen:param>STRIP_FROM_PATH=NO # Most useful to leave default to strip just the directory fro…
119 …# <doxygen:param>CPP_CLI_SUPPORT=NO # unless, most unusually, you are compiled for a 'managed' CLI…
120 …<doxygen:param>SHOW_USED_FILES=YES # Default YES to show a list files used to generate documention.
121 <doxygen:param>SHOW_DIRECTORIES=YES # Default NO, but useful to show directory heirarchy.
122 …<doxygen:param>SHOW_FILES=YES # Default YES is to include a tab for a page of files listed. Usefu…
123 …<doxygen:param>SHOW_NAMESPACES=YES # Default YES to include tab for list of namespaces. Useful if…
124 …<doxygen:param>FILE_PATTERNS= # Types of files to be used as input. Default includes *.c *.cc *.cx…
127 <doxygen:param>RECURSIVE=YES # Search recursively down subdirectories.
128 <doxygen:param>EXCLUDE= # Files or directories that should be excluded from INPUT source files.
130 …# <doxygen:param>HTML_HEADER="doxygen/checks_doxygen_header.html" # A sample including a draft…
132 …# <doxygen:param>HTML_FOOTER="doxygen/checks_doxygen_footer.html" # This is very useful to add …
135 <doxygen:param>HTML_STYLESHEET="doxygen/doxygen.css" # Placed in the doxygen directory,
140 <xsl:param>"boost.doxygen.reftitle=odeint Reference"
270 # But will not work as expected if doxygen and/or autoindex is used