Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#12262 reopened enhancement (wontfix)

add @dot markdown — at Version 1

Reported by: Dr. Ted Shaneyfelt <ted.shaneyfelt@…> Owned by:
Priority: normal Component: DoxygenPlugin
Severity: normal Keywords:
Cc: Trac Release:

Description (last modified by Ryan J Ollos)

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

Change History (1)

comment:1 Changed 9 years ago by Ryan J Ollos

Component: SELECT A HACKDoxygenPlugin
Description: modified (diff)
Resolution: wontfix
Status: newclosed
Type: defectenhancement

You'd save a net 6 characters, so the argument isn't hugely compelling. Anyway, the Trac wiki would need to support Markdown to make this happen.

Note: See TracTickets for help on using tickets.