Skip to content

Commit

Permalink
No doxygen for smaxValue / smaxWrite
Browse files Browse the repository at this point in the history
  • Loading branch information
attipaci committed Jan 11, 2025
1 parent 85b0bc9 commit 1f08fd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/smaxValue.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/**
* @file
*
* @date Created on: Apr 8, 2019
* @author Attila Kovacs
Expand All @@ -18,6 +17,7 @@

#include "smax.h"

/// \cond PRIVATE
#define RED "\x1B[31m"
#define GRN "\x1B[32m"
#define YEL "\x1B[33m"
Expand All @@ -26,6 +26,7 @@
#define CYN "\x1B[36m"
#define WHT "\x1B[37m"
#define RST "\x1B[0m"
/// \endcond

static boolean showMeta = FALSE, showList = FALSE, printErrors = FALSE, json = FALSE;
static XType type = X_UNKNOWN;
Expand Down
1 change: 0 additions & 1 deletion src/smaxWrite.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/**
* @file
*
* @date Created on: Oct 4, 2022
* @author Attila Kovacs
Expand Down

0 comments on commit 1f08fd7

Please sign in to comment.