Opened 8 years ago
Last modified 8 years ago
#12262 reopened enhancement
add @dot markdown — at Initial Version
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Component: | DoxygenPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: |
Description
Instead of needing to type all of this:
{{{
#!dot
digraph {a -> b}
}}}
markdown that is consistent with Doxygen (and the Doxygen Trac Plugin) should be recognized like this:
@dot
digraph {a -> b}
@enddot
Note: See
TracTickets for help on using
tickets.


