Modify

Opened 9 years ago

Last modified 9 years ago

#12262 reopened enhancement

add @dot markdown

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

Attachments (0)

Change History (3)

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.

comment:2 Changed 9 years ago by Dr. Ted Shaneyfelt

The number of characters is not a concern, consistency and ease of interoperability of tools is.

Using a consistent string would allow blocks of text including graphviz diagrams to be copied from code to the trac wiki without special manual editing.

comment:3 Changed 9 years ago by Ryan J Ollos

Resolution: wontfix
Status: closedreopened

I misunderstood - I thought you were asking for Markdown syntax support. I guess you are asking for support for Doxygen special commands. I suppose you could implement an IWikiSyntaxProvider to support the syntax. It's not an area of Trac that I've worked, so I can't say for sure. Realistically though, there's no one supporting this plugin, so someone will need to provide a patch for the feature.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as reopened The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.