Back to the main page.
Bug 1107 - the reference index documentation on the wiki has formatting problems
| Status | CLOSED FIXED |
| Reported | 2011-11-02 22:09:00 +0100 |
| Modified | 2012-03-14 10:00:44 +0100 |
| Product: | FieldTrip |
| Component: | documentation |
| Version: | unspecified |
| Hardware: | All |
| Operating System: | All |
| Importance: | P3 normal |
| Assigned to: | Eelke Spaak |
| URL: | http://fieldtrip.fcdonders.nl/reference/index |
| Tags: | |
| Depends on: | |
| Blocks: | |
| See also: |
Robert Oostenveld - 2011-11-02 22:09:39 +0100
i.e. this is the list with all cfg options. Have a look at http://fieldtrip.fcdonders.nl/reference/index and scroll down.
Boris Reuderink - 2011-11-17 10:46:40 +0100
Changed the status of bugs without a specific owner to UNCONFIRMED. I'll try to replicate these bugs (potentially involving the submitter), and change confirmed bugs to NEW. Boris
Eelke Spaak - 2011-11-30 09:32:11 +0100
The issue was the character sequence '', which dokuwiki interprets as a markup code signalling fixed-with layout. I fixed it by escaping such sequences, replacing them with %%''%%. bash-3.2$ svn commit Sending ft_documentationindex.m Transmitting file data . Committed revision 4888.
Eelke Spaak - 2011-11-30 09:37:16 +0100
The layout will be fixed when the next automatic run of ft_documentationindex occurs.