Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

I have always found them useful and I may be looking to build something similar from another code base.

I am guessing that there is something like a migrate from doxygen. But I would assume that someone has blogged about how it was made at some point.

However Googling for it just returns loads of links to api.drupal.org not about how it was built.

Can anyone point me towards such a blog post? Or even better can they explain the steps involved?

share|improve this question
1  
I've never tried it, but check out the docs here: drupal.org/node/1516558 – Andy Mar 15 at 14:58

1 Answer

up vote 6 down vote accepted

Both are using the API module, that is a completely custom parser that supports a sub-set of Doxygen. The PHP parsing/highlighting part of this job handled by the Grammar Parser tool, which is also at the core of the Coder upgrade module.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.