Commit 02905c5
committed
Undefined environment NoHyper
When having `PDF_HYPERLINKS = NO` specified (and having some tables defined) doxygen will give the error:
```
! LaTeX Error: Environment NoHyper undefined.
```
when generating the pdf file.
By defining a dummy `NoHyper` environment this problem can be overcome.1 parent ba7ae83 commit 02905c5
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
40 | 45 | | |
41 | 46 | | |
42 | 47 | | |
| |||
0 commit comments