Developer's Diary
Software development, with Terry Ebdon
|
I've updated my bio pages with some notes on my Photography and the equipment I use. I plan to expand the Photography section in the coming weeks.
WebDoxy can now work-around the Doxygen superscript problem. I've logged an enhancement issue and committed the code change:
This closes issue #6 - Option to use either HTML or Unicode for Journal date suffixes
The use of HTML or Unicode or date suffix is controlled by a new configuration option:
project.journal.pages.useHtmlDateSuffix
- true - use HTML <sup>...</sup>
- false - use Unicode characters.
Note that this only applies to new pages, created with
WebDoxy --journal
The suffix code is now a bit smelly:
Some refactoring may be called for. Smells 1 and 2 might be addressed by moving date functions into a new class. Smell 3 hints that a subclass might be needed.
Currently it looks like this, where the "boring stuff" includes calls to various date related methods:
Find me coding on GitHub, networking on LinkedIn, answering questions on Stack Exchange and hanging out on twitter.