[pygccxml-commit] SF.net SVN: pygccxml:[1432]
Brought to you by:
mbaas,
roman_yakovenko
|
From: <rom...@us...> - 2008-10-12 13:34:19
|
Revision: 1432
http://pygccxml.svn.sourceforge.net/pygccxml/?rev=1432&view=rev
Author: roman_yakovenko
Date: 2008-10-12 13:34:12 +0000 (Sun, 12 Oct 2008)
Log Message:
-----------
update docs
Modified Paths:
--------------
pyplusplus_dev/docs/history/history.rest
website/site_creator/environment.py
Modified: pyplusplus_dev/docs/history/history.rest
===================================================================
--- pyplusplus_dev/docs/history/history.rest 2008-10-12 10:22:11 UTC (rev 1431)
+++ pyplusplus_dev/docs/history/history.rest 2008-10-12 13:34:12 UTC (rev 1432)
@@ -298,7 +298,7 @@
4. New "Py++" defined `return_pointee_value`_ call policy was introduced.
-.. _`return_pointee_value` : ../documentation/functions/call_policies.html#py-defined-call-policies
+.. _`return_pointee_value` : ../documentation/functions/call_policies/return_pointee_value.html
5. Support for opaque types was added. Read more about this feature `here`__.
Modified: website/site_creator/environment.py
===================================================================
--- website/site_creator/environment.py 2008-10-12 10:22:11 UTC (rev 1431)
+++ website/site_creator/environment.py 2008-10-12 13:34:12 UTC (rev 1432)
@@ -21,8 +21,8 @@
production_dir = os.path.join( os.path.split( sources_root )[0], 'production' )
production_www_dir = os.path.join( production_dir, 'www')
configuration_file = 'www_configuration'
- #templates_dir = os.path.join( development_dir, 'templates', 'offline' )
- templates_dir = os.path.join( development_dir, 'templates', 'online' )
+ templates_dir = os.path.join( development_dir, 'templates', 'offline' )
+ #templates_dir = os.path.join( development_dir, 'templates', 'online' )
site_css = 'language_binding.css'
home_url = 'http://www.language-binding.net'
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|