Displaying 8 results from an estimated 8 matches for "javadoc_autobrief".
2015 May 01
3
[LLVMdev] Doxygen: enable autobrief?
We just had some discussion in the IRC channel and wondered whether it would be a good idea to enable one of the doxygen autobrief options for llvm:
JAVADOC_AUTOBRIEF
If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the first line (until the first dot) of a Javadoc-style comment as the brief description. If set to NO, the Javadoc-style will behave just like regular Qt-style comments (thus requiring an explicit @brief command for a brief des...
2015 May 06
2
[LLVMdev] Doxygen: enable autobrief?
...er <mail at justinbogner.com> wrote:
>
> Matthias Braun <matze at braunis.de> writes:
>> We just had some discussion in the IRC channel and wondered whether it
>> would be a good idea to enable one of the doxygen autobrief options
>> for llvm:
>>
>> JAVADOC_AUTOBRIEF
>> If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret
>> the first line (until the first dot) of a Javadoc-style comment as the
>> brief description. If set to NO, the Javadoc-style will behave just
>> like regular Qt-style comments (thus requiring an exp...
2015 May 22
2
[LLVMdev] Doxygen: enable autobrief?
...>> Matthias Braun <matze at braunis.de> writes:
> >>> We just had some discussion in the IRC channel and wondered whether it
> >>> would be a good idea to enable one of the doxygen autobrief options
> >>> for llvm:
> >>>
> >>> JAVADOC_AUTOBRIEF
> >>> If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret
> >>> the first line (until the first dot) of a Javadoc-style comment as the
> >>> brief description. If set to NO, the Javadoc-style will behave just
> >>> like regular Qt-s...
2015 May 26
3
[LLVMdev] Doxygen: enable autobrief?
...raun <matze at braunis.de> writes:
>> >>> We just had some discussion in the IRC channel and wondered whether it
>> >>> would be a good idea to enable one of the doxygen autobrief options
>> >>> for llvm:
>> >>>
>> >>> JAVADOC_AUTOBRIEF
>> >>> If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret
>> >>> the first line (until the first dot) of a Javadoc-style comment as the
>> >>> brief description. If set to NO, the Javadoc-style will behave just
>> >>> l...
2012 Sep 29
2
[libopusfile PATCH] build: implement autotools build system for libopusfile. (v4)
...ot;
-INPUT = ../include/opusfile.h
-OPTIMIZE_OUTPUT_FOR_C = YES
-
-FILE_VERSION_FILTER = "/bin/sh git-version.sh"
-
-QUIET = YES
-WARNINGS = YES
-WARN_IF_UNDOCUMENTED = YES
-WARN_IF_DOC_ERROR = YES
-WARN_NO_PARAMDOC = YES
-
-JAVADOC_AUTOBRIEF = YES
-SORT_MEMBER_DOCS = NO
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
new file mode 100644
index 0000000..6f9ef54
--- /dev/null
+++ b/doc/Doxyfile.in
@@ -0,0 +1,18 @@
+# Process with doxygen to generate API documentation
+
+PROJECT_NAME = "opusfile"
+PROJECT_NUM...
2013 Jan 09
4
[PATCH] doc: fix out-of-tree build
It seems the mail you are referring to never made the list: it's not in
the archives and not in my mailbox. Take a look here:
http://lists.xiph.org/pipermail/flac-dev/2012-December/thread.html It's
probably still waiting for moderation.
On 07-01-13 17:07, Olivier BLIN wrote:
> On 29/12/2012 00:06, Olivier Blin wrote:
>> When building outside of the source tree, the Doxyfile
2012 Dec 28
0
[PATCH] doc: fix out-of-tree build
...-I flag.
-
-STRIP_FROM_INC_PATH =
-
-# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
-# (but less readable) file names. This can be useful is your file systems
-# doesn't support long names like on DOS, Mac, or CD-ROM.
-
-SHORT_NAMES = NO
-
-# If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
-# will interpret the first line (until the first dot) of a JavaDoc-style
-# comment as the brief description. If set to NO, the JavaDoc
-# comments will behave just like the Qt-style comments (thus requiring an
-# explicit @brief command for a brief description....
2012 Dec 28
3
[PATCH] doc: fix out-of-tree build
...-I flag.
-
-STRIP_FROM_INC_PATH =
-
-# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
-# (but less readable) file names. This can be useful is your file systems
-# doesn't support long names like on DOS, Mac, or CD-ROM.
-
-SHORT_NAMES = NO
-
-# If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
-# will interpret the first line (until the first dot) of a JavaDoc-style
-# comment as the brief description. If set to NO, the JavaDoc
-# comments will behave just like the Qt-style comments (thus requiring an
-# explicit @brief command for a brief description....