Put the dags stuff into a qfcc sub-section.

Not much point writting docs if they can't be found.
This commit is contained in:
Bill Currie 2012-07-15 21:08:20 +09:00
parent aa2943709e
commit 8015e1b1e9

View file

@ -30,6 +30,11 @@
#ifndef dags_h
#define dags_h
/** \defgroup qfcc_dags DAG building
\ingroup qfcc
*/
//@{
typedef struct daglabel_s {
struct daglabel_s *next;
struct daglabel_s **prev;
@ -68,4 +73,6 @@ struct sblock_s;
*/
dagnode_t *make_dag (const struct sblock_s *block);
//@}
#endif//dags_h