1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 00:42:41 +01:00

Mark text output in docs

This commit is contained in:
vrana 2012-06-26 17:32:39 -07:00
parent 665769d505
commit 6b058d3efa

View file

@ -37,6 +37,7 @@ To **create a new libphutil library**:
Now you'll get a prompt like this: Now you'll get a prompt like this:
lang=txt
No library currently exists at that path... No library currently exists at that path...
The directory '/some/path/libcustom/src' does not exist. The directory '/some/path/libcustom/src' does not exist.
@ -49,6 +50,7 @@ Now you'll get a prompt like this:
Choose a library name (in this case, "libcustom" would be appropriate) and it Choose a library name (in this case, "libcustom" would be appropriate) and it
you should get some details about the library initialization: you should get some details about the library initialization:
lang=txt
Writing '__phutil_library_init__.php' to Writing '__phutil_library_init__.php' to
'/some/path/libcustom/src/__phutil_library_init__.php'... '/some/path/libcustom/src/__phutil_library_init__.php'...
Using library root at 'src'... Using library root at 'src'...