After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 681874 - Single-columned Markdown tables
Single-columned Markdown tables
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: general
1.8.2
Other Windows
: Normal minor
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2012-08-14 18:59 UTC by Bastiaan
Modified: 2013-05-19 12:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
A more extensive test file (1.99 KB, text/plain)
2013-04-01 11:43 UTC, albert
  Details
PATCH: enable single columns tables (3.81 KB, patch)
2013-04-01 11:46 UTC, albert
none Details | Review

Description Bastiaan 2012-08-14 18:59:01 UTC
The following is not recognised as a table:

| Instellingen & diversen |
|-------------------------|
| 1. \ref special_points  |
| 2. etc.                 |

I believe this is valid Markdown format.

Best regards,
Bastiaan.
Comment 1 albert 2013-04-01 11:43:00 UTC
Created attachment 240298 [details]
A more extensive test file

The file aa.c is a more extensive test file with 1 and 2 columns
Comment 2 albert 2013-04-01 11:46:19 UTC
Created attachment 240299 [details] [review]
PATCH: enable single columns tables

With this patch it is possible to specify single column tables as well. The table rows have to start and end with a | (pipe symbol).

This is done by setting an extra variable to 1 in case the findTableColumns routine find 1 column and this line starts and end with a |. In the rest of the code this extra variable is considered as well in the tests.
Comment 3 Dimitri van Heesch 2013-05-11 15:16:43 UTC
Thanks, I'll include a slightly simplified version of the patch in the next subversion update.
Comment 4 Dimitri van Heesch 2013-05-19 12:35:53 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.4. Please verify if this is indeed the case. Reopen the
bug if you think it is not fixed and please include any additional information
that you think can be relevant.