poltneuro.blogg.se

Doxygen list
Doxygen list












doxygen list

To assign the output of command `ls` to `var` use ``var=`ls```.

#Doxygen list code

To show a literal backtick or single quote inside a code span use double backticks, i.e. Unlike code blocks, code spans appear inline in a paragraph. To indicate a span of code, you should wrap it in backticks ( `). See section Emphasis and strikethrough limits for more info how doxygen handles emphasis / strikethrough spans slightly different than standard Markdown / GitHub Flavored Markdown. To strikethrough a text fragment you start and end the fragment with two tildes. See section Emphasis and strikethrough limits for more info how doxygen handles emphasis / strikethrough spans slightly different than standard / Markdown GitHub Flavored Markdown. Using two stars or underscores will produce strong emphasis. To emphasize a text fragment you start and end the fragment with an underscore or star. Note that when using hyphens and the previous line is not empty you have to use at least one whitespace in the sequence of hyphens otherwise it might be seen as a level 2 header (see Headers). Note that using asterisks in comment blocks does not work.

doxygen list

The line may also include any amount of whitespace. See section Code Block Indentation for more info how doxygen handles indentation as this is slightly different than standard Markdown.Ī horizontal ruler will be produced for lines containing at least three or more hyphens, asterisks, or underscores. the line preceding the code block must be empty). Note that you cannot start a code block in the middle of a paragraph (i.e. We continue with a normal paragraph again.ĭoxygen will remove the mandatory indentation from the code block. Preformatted verbatim blocks can be created by indenting each line in a block of text by at least 4 extra spaces This a normal paragraph Make sure to also read Lists Extensions for doxygen specifics. You can also make a numbered list like so 1. List items can span multiple paragraphs (if each paragraph starts with the proper indentation) and lists can be nested.

doxygen list

Simple bullet lists can be made by starting a line with -, +, or *. The second line will not be seen as a block quote.

doxygen list

Note that doxygen requires that you put a space after the (last) > character to avoid false positives, i.e. Lists and code blocks (see below) can appear inside a quote block. Here is an example: # This is a level 1 headerīlock quotes can be created by starting each line with one or more >'s, similar to what is used in text-only emails. You can end a header by any number of #'s. The number of #'s at the start of the line determines the level (up to 6 levels are supported). Note that the exact amount of ='s or -'s is not important as long as there are at least two.Īlternatively, you can use #'s at the start of a line to make a header. Level 1 or 2 headers can be made as the follows This is a level 1 headerĪ header is followed by a line containing only ='s or -'s. Just like Markdown, doxygen supports two types of headers We continue with more text in another paragraph. The section Markdown Extensions discusses the extensions that doxygen supports.įinally section Doxygen specifics discusses some specifics for doxygen's implementation of the Markdown standard.Įven before doxygen had Markdown support it supported the same way of paragraph handling as Markdown: to make a paragraph you just separate consecutive lines of text by one or more blank lines.Īn example: Here is text for one paragraph. Some enhancements were made, for instance PHP Markdown Extra, and GitHub flavored Markdown. The reader is referred to the Markdown site for more details. In the next section the standard Markdown features are briefly discussed. While Markdown's syntax has been influenced by several existing text-to-HTML filters, the single biggest source of inspiration for Markdown's syntax is the format of plain text email. The idea is that a Markdown-formatted document should be publishable as-is, as plain text, without looking like it's been marked up with tags or formatting instructions. ‍The design goal for Markdown's formatting syntax is to make it as readable as possible. It is a plain text formatting syntax written by John Gruber, with the following underlying design goal: Markdown support was introduced in doxygen version 1.8.0.














Doxygen list