RubyGems Navigation menu

doxyparser 1.3

Ruby Gem for parsing C++ header files. This library is based on Nokogiri (http://nokogiri.org) and takes as input the xml files generated by Doxygen (www.doxygen.org). Parsing with Doxygen allows us to parse even a set of non-compilable include files. This is very useful in case you need to parse only a subset of a big library which won't normally compile because of being incomplete or needing further build configuration (e.g Makefiles, VS, SCons, etc). By using other tools which rely on a real C/C++ processor like gccxml or swig, you would normally get lots of compilation-related errors (which is undesired because we don't want to compile anything!!). Doxyparser is, in such cases, the lean alternative.

Gemfile:
= Copy to clipboard Copied!

Installeer:
=

Versies:

  1. 1.5.1 - April 24, 2014 (20,5 KB)
  2. 1.5 - April 23, 2014 (20,5 KB)
  3. 1.3 - July 05, 2013 (16,5 KB)
  4. 1.2 - May 25, 2013 (16 KB)

Eigenaren:

Authors:

  • David Fuenmayor

SHA 256 checksum:

d355670b20b15dd827b7aa71d733c3d58f7650154bd15ddf3593c7ef8118328c

Total downloads 22.274

Voor deze versie 3.054

Licentie:

MIT

Required Ruby Version: Geen

Links: