Questions tagged [docblox]

PHP 5.3 compatible API Documentation generator aimed at projects of all sizes and Continuous Integration.

10 questions
1
vote
1 answer

Compatibility between Doxygen and DocBlox

I'm in the process of choosing an API Documentation Generator tool for a project in Drupal. The developers of the Drupal Core use Doxygen: http://drupal.org/node/1354 Reading their comment formating conventions it seems to me that Doxygen and…
rfc1484
  • 9,441
  • 16
  • 72
  • 123
1
vote
1 answer

DocBlox error: The XSL writer was unable to find your XSLTProcessor

I am using WAMP on my local machine and I'm trying to use docblox to generate documentation for a project. When i try to run the docblox command in my command prompt for a file that has the necessary comments, I get the error message.…
De'Yonte W.
  • 127
  • 7
1
vote
1 answer

Installed DocBlox with Wamp and PEAR

I've been trying to get DocBlox working on windows. I'm running wamp server with PHP version 5.3.9. I've enabled XSL and its showing in phpinfo as well as if I run a test script, XSLTProcessor is available. I installed DocBlox from PEAR. It runs,…
David
  • 499
  • 2
  • 8
  • 15
1
vote
1 answer

Docblox: can not open input file docblox.php

Have just installed docblox on windows using PEAR. Am running into the error 'can not open input file docblox.php'. Any ideas? docblox.bat and docblox.php both exist in c:\xampp\php, and this directory is in my path... Thanks!
DatsunBing
  • 8,684
  • 17
  • 87
  • 172
1
vote
0 answers

PHPDocumentor, phpdoc - missing file-level and global variable comments; 'alse' and 'rue'

I am a newbie to phpDocumentor, although I have extensively used JavaDoc in the past. To start, I created the following test file a.php:
Leszek Pachura
  • 403
  • 4
  • 18
0
votes
1 answer

Class Graphing in DocBlox on Windows is not Working

I can not get the class graph to generate on Windows, and I am not sure where to look for an error. I installed Graphviz as an Administrator on Windows 7, and everything seems to be appear to be working. I used the DocBlox.xml file that works on a…
Steven Scott
  • 10,234
  • 9
  • 69
  • 117
0
votes
3 answers

DocBlox Configuration: The given template default could not be found or is not readable

I have installed the latest 0.18.1 DocBlox on Ubuntu 11.10 using PEAR. Everything seems to work fine if I specify everything on the command line. However, using the docblox alone will not find the docblox.xml in the current directory. Specifying…
Steven Scott
  • 10,234
  • 9
  • 69
  • 117
0
votes
1 answer

DocBlox CodeIgniter No direct script access

I've just installed DocBlox on Windows running Apache. In a CodeIgniter application I have removed the following line from the top of my script if ( ! defined('BASEPATH')) exit('No direct script access allowed'); But when I run docblox -f main.php…
ianckc
  • 1,716
  • 5
  • 18
  • 33
0
votes
1 answer

Can't get DocBlox to work with Netbeans

I'm trying to get Netbeans for Mac to integrate with DocBlox for documentation generation. I followed the instructions on the docblox site for integrating with netbeans, but when I actually try to generate documentation I get no output, and the…
GordonM
  • 31,179
  • 15
  • 87
  • 129
0
votes
1 answer

Commenting if statements for phpdocumentor2

I am in the process of documenting a PHP project using PHPDocumentor2. Ironically, PHPDoc's documentation isn't overly detailed. I fully understand how to comment files, classes, functions and variables, however if a variable or constant is being…
Pandy Legend
  • 1,102
  • 3
  • 15
  • 29