[Doxygen-users] how to document multi dimensional arrays
Brought to you by:
dimitri
From: Fabio M. <fa...@vi...> - 2014-03-17 20:11:12
|
hi everybody, in my application I use a simple array-based config system, something like this: $cf['section1']['param1'] = 'value'; $cf['section1']['param2'] = 'value'; $cf['section2']['param1'] = 'value'; and so on... the problem is that in variable browsing section of the html docs the whole array is seen as a single $cf variable. There is a proper way to document the single cells of the array? -- *Fabio Mosti* titolare - direzione produzione fa...@vi... <mailto:fa...@vi...> cell. +39.329.434.90.95 skype fabio.massimo.mosti *Videoarts Webdesign* via Floriano Ambrosini 2/b 40131 Bologna BO tel. +39.051.098.08.21 fax +39.051.199.31.222 in...@vi... <mailto:in...@vi...> www.videoarts.eu <http://www.videoarts.eu> skype videoarts.webdesign p.iva 02263631208 cod.fisc. MSTFBA79B26A944C |