Coder Social home page Coder Social logo

avelure / doxygen-verilog Goto Github PK

View Code? Open in Web Editor NEW

This project forked from doxygen/doxygen

36.0 5.0 7.0 24.7 MB

Doxygen with verilog support

License: GNU General Public License v2.0

CMake 0.33% C++ 83.90% C 0.52% Python 0.50% Lex 9.62% Makefile 0.04% JavaScript 1.87% Yacc 0.97% Perl 0.08% CSS 0.65% HTML 0.02% Smarty 1.15% PHP 0.11% TeX 0.10% Objective-C 0.01% Java 0.01% Tcl 0.15% Roff 0.01% C# 0.01%

doxygen-verilog's Introduction

Fork

This fork contains the patches from Doxverilog 2.8 which have been updated and applied to latest Doxygen release

Doxygen

Doxygen is the de facto standard tool for generating documentation from annotated C++ sources, but it also supports other popular programming languages such as C, Objective-C, C#, PHP, Java, Python, IDL (Corba, Microsoft, and UNO/OpenOffice flavors), Fortran, VHDL, Tcl, and to some extent D.

Doxygen can help you in three ways:

  1. It can generate an on-line documentation browser (in HTML) and/or an off-line reference manual (in LaTeX) from a set of documented source files. There is also support for generating output in RTF (MS-Word), PostScript, hyperlinked PDF, compressed HTML, DocBook and Unix man pages. The documentation is extracted directly from the sources, which makes it much easier to keep the documentation consistent with the source code.
  2. You can configure doxygen to extract the code structure from undocumented source files. This is very useful to quickly find your way in large source distributions. Doxygen can also visualize the relations between the various elements by means of include dependency graphs, inheritance diagrams, and collaboration diagrams, which are all generated automatically.
  3. You can also use doxygen for creating normal documentation (as I did for the doxygen user manual and doxygen web-site).

Download

The latest binaries and source of Doxygen can be downloaded from:

Developers

Issues, bugs, requests, ideas

Use the bug tracker to report bugs:

Comms

Mailing Lists

There are three mailing lists:

Source Code

In May 2013, Doxygen moved from subversion to git hosted at GitHub

Enjoy,

Dimitri van Heesch (dimitri at stack.nl)

doxygen-verilog's People

Contributors

ahoogol avatar albert-github avatar artur-kink avatar avelure avatar bithium avatar c-lipka avatar derdakon avatar ellert avatar fjtc avatar groleo avatar gruenich avatar halex2005 avatar hansec avatar jannick0 avatar joenio avatar jverkoey avatar kossebau avatar luzpaz avatar mehw avatar mosra avatar olagrottvik avatar olibre avatar orbitcowboy avatar pepr avatar ppescher avatar rconde01 avatar rkwk avatar shi-yan avatar t-b avatar wtschueller avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

doxygen-verilog's Issues

Cygwin : performing test iconv_compiles - failed

The iconv_complies test keeps failing. This is the CMakeError.log file that is created.

Performing C++ SOURCE FILE Test ICONV_COMPILES failed with the following output:
Change Dir: /cygdrive/c/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make.exe cmTC_b501a/fast
/usr/bin/make -f CMakeFiles/cmTC_b501a.dir/build.make CMakeFiles/cmTC_b501a.dir/build
make[1]: Entering directory '/cygdrive/c/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_b501a.dir/src.cxx.o
/usr/bin/c++.exe -DICONV_COMPILES -o CMakeFiles/cmTC_b501a.dir/src.cxx.o -c /cygdrive/c/build/CMakeFiles/CMakeTmp/src.cxx
/cygdrive/c/build/CMakeFiles/CMakeTmp/src.cxx:1:10: fatal error: iconv.h: No such file or directory
#include <iconv.h>
^~~~~~~~~
compilation terminated.
make[1]: *** [CMakeFiles/cmTC_b501a.dir/build.make:66: CMakeFiles/cmTC_b501a.dir/src.cxx.o] Error 1
make[1]: Leaving directory '/cygdrive/c/build/CMakeFiles/CMakeTmp'
make: *** [Makefile:121: cmTC_b501a/fast] Error 2
Source file was:
#include <iconv.h>
int main() {
iconv(iconv_t(-1), 0, 0, 0, 0);
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.