RubyGems Navigation menu

doxyparser 1.5.1

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 extract metadata for a big library which won't normally compile because of being incomplete or needing further build configuration (think of Makefiles, Visual Studio and similar). 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:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

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

所有者:

作者:

  • David Fuenmayor

SHA 256チェックサム:

a08b27c8db53c47475b9155f7057ffbfe9a25ec515fa407ede03d7afc7f6a37d

累計ダウンロード数 23,287

このバージョンのみ 14,510

ライセンス:

MIT

必要なRubyのバージョン: >= 0

リンク: