Skip to content

Commit

Permalink
Add few more files to doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
vatai committed Sep 23, 2024
1 parent 2dc054a commit fdebe90
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/codegen.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** @file */
/*
* Modifications and additions: Emil VATAI, Riken
*
Expand Down Expand Up @@ -75,7 +76,7 @@ foreach_declared_array(struct pet_scop *scop, int exposed,
}
}

/* foreach_declared_array callback that sets "indent"
/** foreach_declared_array callback that sets "indent"
*/
static void
set_indent(struct pet_array *array, void *user) {
Expand All @@ -84,9 +85,9 @@ set_indent(struct pet_array *array, void *user) {
*indent = 1;
}

/* Internal data structure for print_array().
* "p" is the printer to print on.
* "build" is the build for building expressions.
/** Internal data structure for print_array().
* `p` is the printer to print on.
* `build` is the build for building expressions.
*/
struct print_array_data {
isl_printer *p;
Expand Down
2 changes: 2 additions & 0 deletions src/ctadashi.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** @file */
// Date: 2024, January
// Author: Emil VATAI, Riken
//
Expand Down Expand Up @@ -54,6 +55,7 @@ get_scop_callback(__isl_take isl_printer *p, pet_scop *scop, void *user) {
return p;
}

/// Entry point.
int
init_scops(char *input) { // Entry point

Expand Down

0 comments on commit fdebe90

Please sign in to comment.