Project:API
Version:5.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

This issue: http://drupal.org/node/195283

introduced some use of \@ which the doxygen standard says should be an escaped @: http://www.stack.nl/~dimitri/doxygen/commands.html#cmdat

A very simple-minded approach would be to replace \@ with &#64 before doing any parsing.

Comments

#1

Status:active» needs review

well, that &#64 idea doesn't work, so I'll take more of the approach used in codefilter.

Seems like the only place to convert back globally is function api_save_documentation()?

AttachmentSize
escaped-at-213120-1.patch 2.04 KB

#2

Status:needs review» needs work

I added the API_RE_TAG_START regular expression fragment which uses a "zero-width negative lookbehind assertion." This can theoretically be used everywhere.

#3

Title:doxygen escaping of \@» Escape \@

#4

The un-escaping end of this is now handled, any \@ in the final documentation becomes @.

#5

Status:needs work» fixed

I committed a fix for the rest of the tags.

#6

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

nobody click here