Skip to content

Commit

Permalink
[doxygen] Escape # because Doxygen tries to interpret it as a link
Browse files Browse the repository at this point in the history
  • Loading branch information
gruenich committed Aug 4, 2024
1 parent 3fe23e8 commit cfe25cb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion SRC/slu_cdefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ at the top-level directory.
*
* Global data structures used in LU factorization -
*
* nsuper: #supernodes = nsuper + 1, numbered [0, nsuper].
* nsuper: \#supernodes = nsuper + 1, numbered [0, nsuper].
* (xsup,supno): supno[i] is the supernode no to which i belongs;
* xsup(s) points to the beginning of the s-th supernode.
* e.g. supno 0 1 2 2 3 3 3 4 4 4 4 4 (n=12)
Expand Down
2 changes: 1 addition & 1 deletion SRC/slu_ddefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ at the top-level directory.
*
* Global data structures used in LU factorization -
*
* nsuper: #supernodes = nsuper + 1, numbered [0, nsuper].
* nsuper: \#supernodes = nsuper + 1, numbered [0, nsuper].
* (xsup,supno): supno[i] is the supernode no to which i belongs;
* xsup(s) points to the beginning of the s-th supernode.
* e.g. supno 0 1 2 2 3 3 3 4 4 4 4 4 (n=12)
Expand Down
2 changes: 1 addition & 1 deletion SRC/slu_sdefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ at the top-level directory.
*
* Global data structures used in LU factorization -
*
* nsuper: #supernodes = nsuper + 1, numbered [0, nsuper].
* nsuper: \#supernodes = nsuper + 1, numbered [0, nsuper].
* (xsup,supno): supno[i] is the supernode no to which i belongs;
* xsup(s) points to the beginning of the s-th supernode.
* e.g. supno 0 1 2 2 3 3 3 4 4 4 4 4 (n=12)
Expand Down
2 changes: 1 addition & 1 deletion SRC/slu_zdefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ at the top-level directory.
*
* Global data structures used in LU factorization -
*
* nsuper: #supernodes = nsuper + 1, numbered [0, nsuper].
* nsuper: \#supernodes = nsuper + 1, numbered [0, nsuper].
* (xsup,supno): supno[i] is the supernode no to which i belongs;
* xsup(s) points to the beginning of the s-th supernode.
* e.g. supno 0 1 2 2 3 3 3 4 4 4 4 4 (n=12)
Expand Down

0 comments on commit cfe25cb

Please sign in to comment.