Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
80210523
Commit
80210523
authored
Jul 30, 2012
by
Matthias Braun
Browse files
Talk a bit about ADTs in firms API
parent
0a7d7324
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/libfirm/firm.h
View file @
80210523
...
...
@@ -59,13 +59,18 @@
/** @defgroup irana Analyses */
/** @defgroup adt Abstract Data Structures
* This module contains abstract datatypes. The firm API is fully functional
* without these abstract datatypes. They're provided as a convenience.
* This module contains abstract datatypes like lists and hashmaps.
* They're provided as a convenience, the firm API is fully functionaly without
* them so you can just as well use a library like glib and libapr or write
* your own.
*/
/** @defgroup algorithms Algorithms
* This module contains generic algorithms. The firm API is fully functional
* without them. They're provided as a convenience.
* This module contains generic algorithms like bipartite matching or solvers
* for linear equation systems.
* They're provided as a convenience, the firm API is fully functionaly without
* them so you can just as well use a library like glib and libapr or write
* your own.
*/
#ifndef FIRM_COMMON_FIRM_H
#define FIRM_COMMON_FIRM_H
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment