Displaying 5 results from an estimated 5 matches for "autobrief".
2015 May 26
3
[LLVMdev] Doxygen: enable autobrief?
So, I'd love to not have to write '\brief' but that's not what this gives
us sadly.
The behavior of autobrief is that the brief snippet stops at the first '.'
in the text. It doesn't matter if that '.' is part of code or anything else.
The behavior of the '\brief' command is that the paragraph it marks is the
brief comment, and the detailed one starts with the next paragraph....
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 ex...
2015 May 22
2
[LLVMdev] Doxygen: enable autobrief?
...PM, Justin Bogner <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 descrip...
2015 May 06
2
[LLVMdev] Doxygen: enable autobrief?
...-- adrian
> On May 3, 2015, at 9:08 PM, Justin Bogner <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 jus...
2018 May 14
0
LLVM Weekly - #228, May 14th 2018
...883](https://reviews.llvm.org/rL331883).
* The .option rvc/norvc directives are now supported in RISC-V assembly.
[r332107](https://reviews.llvm.org/rL332107).
## Clang commits
* A large patch touching 14k lines removes all instances of `\brief` commands
in Doxygen comments. Doxygen is run with autobrief, so these markers are
unnecessary. [r331834](https://reviews.llvm.org/rL331834).
* Clang codegen has been implemented for the proposed C++2a comparison
operator. [r331677](https://reviews.llvm.org/rL331677).
* `-foutline` is now `-moutline`.
[r331806](https://reviews.llvm.org/rL331806).
* Suppor...