Salve a tutti, sto realizzando un'applicazione i php utilizzando l'object orientation. Dato che vorrei avere a disposizione una documentazione sui vari metodi, ho visto che è possibile realizzarla tramite php documentor. Il problema è che quando cerco di creare la documentazione, mi da' l'errore ERROR: nothing parsed.
A quanto pare, deve essere un errore da principianti, in quanto viene bollato come gotcha.. solo che io nn riesco a risolverlo. La cosa + utile che ho trovato è questa:
Insomma, dato che non so' da dove cominciare, e dato che l'errore me lo restituisce quando cerco di fare la documentazione dei file di esempio, volevo sapere se qualcuno ne sa qualcosa. Grazie..A second common "gotcha" is that if you attempt to run PhpDocumentor against ONLY the tutorial directory and its files, you'll get "ERROR: nothing parsed"... because you did not give PhpDocumentor any PHP files to process. PhpDocumentor does need at least one "code" file to process, along with the tutorials, in order for any tutorials to be generated. This is a common mistake when first trying to write tutorial docs... writing the files and then trying to run PhpDocumentor against ONLY the tutorials directory to test your tutorial files. You will need at least one PHP file included in your test run, to avoid getting "ERROR: nothing parsed".