[fusion-commits] r2586 - in branches/fusion-mg24: . docs_config
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Fri Sep 7 07:13:52 PDT 2012
Author: jng
Date: 2012-09-07 07:13:51 -0700 (Fri, 07 Sep 2012)
New Revision: 2586
Added:
branches/fusion-mg24/docs_config/
branches/fusion-mg24/docs_config/Languages.txt
branches/fusion-mg24/docs_config/Menu.txt
branches/fusion-mg24/docs_config/Topics.txt
Removed:
branches/fusion-mg24/docs_config/Languages.txt
branches/fusion-mg24/docs_config/Menu.txt
branches/fusion-mg24/docs_config/Topics.txt
Log:
#540: Add doc config from trunk
Property changes on: branches/fusion-mg24/docs_config
___________________________________________________________________
Added: svn:ignore
+ Data
Deleted: branches/fusion-mg24/docs_config/Languages.txt
===================================================================
--- trunk/docs_config/Languages.txt 2012-09-07 12:03:03 UTC (rev 2583)
+++ branches/fusion-mg24/docs_config/Languages.txt 2012-09-07 14:13:51 UTC (rev 2586)
@@ -1,113 +0,0 @@
-Format: 1.4
-
-# This is the Natural Docs languages file for this project. If you change
-# anything here, it will apply to THIS PROJECT ONLY. If you'd like to change
-# something for all your projects, edit the Languages.txt in Natural Docs'
-# Config directory instead.
-
-
-# You can prevent certain file extensions from being scanned like this:
-# Ignore Extensions: [extension] [extension] ...
-
-
-#-------------------------------------------------------------------------------
-# SYNTAX:
-#
-# Unlike other Natural Docs configuration files, in this file all comments
-# MUST be alone on a line. Some languages deal with the # character, so you
-# cannot put comments on the same line as content.
-#
-# Also, all lists are separated with spaces, not commas, again because some
-# languages may need to use them.
-#
-# Language: [name]
-# Alter Language: [name]
-# Defines a new language or alters an existing one. Its name can use any
-# characters. If any of the properties below have an add/replace form, you
-# must use that when using Alter Language.
-#
-# The language Shebang Script is special. It's entry is only used for
-# extensions, and files with those extensions have their shebang (#!) lines
-# read to determine the real language of the file. Extensionless files are
-# always treated this way.
-#
-# The language Text File is also special. It's treated as one big comment
-# so you can put Natural Docs content in them without special symbols. Also,
-# if you don't specify a package separator, ignored prefixes, or enum value
-# behavior, it will copy those settings from the language that is used most
-# in the source tree.
-#
-# Extensions: [extension] [extension] ...
-# [Add/Replace] Extensions: [extension] [extension] ...
-# Defines the file extensions of the language's source files. You can
-# redefine extensions found in the main languages file. You can use * to
-# mean any undefined extension.
-#
-# Shebang Strings: [string] [string] ...
-# [Add/Replace] Shebang Strings: [string] [string] ...
-# Defines a list of strings that can appear in the shebang (#!) line to
-# designate that it's part of the language. You can redefine strings found
-# in the main languages file.
-#
-# Ignore Prefixes in Index: [prefix] [prefix] ...
-# [Add/Replace] Ignored Prefixes in Index: [prefix] [prefix] ...
-#
-# Ignore [Topic Type] Prefixes in Index: [prefix] [prefix] ...
-# [Add/Replace] Ignored [Topic Type] Prefixes in Index: [prefix] [prefix] ...
-# Specifies prefixes that should be ignored when sorting symbols in an
-# index. Can be specified in general or for a specific topic type.
-#
-#------------------------------------------------------------------------------
-# For basic language support only:
-#
-# Line Comments: [symbol] [symbol] ...
-# Defines a space-separated list of symbols that are used for line comments,
-# if any.
-#
-# Block Comments: [opening sym] [closing sym] [opening sym] [closing sym] ...
-# Defines a space-separated list of symbol pairs that are used for block
-# comments, if any.
-#
-# Package Separator: [symbol]
-# Defines the default package separator symbol. The default is a dot.
-#
-# [Topic Type] Prototype Enders: [symbol] [symbol] ...
-# When defined, Natural Docs will attempt to get a prototype from the code
-# immediately following the topic type. It stops when it reaches one of
-# these symbols. Use \n for line breaks.
-#
-# Line Extender: [symbol]
-# Defines the symbol that allows a prototype to span multiple lines if
-# normally a line break would end it.
-#
-# Enum Values: [global|under type|under parent]
-# Defines how enum values are referenced. The default is global.
-# global - Values are always global, referenced as 'value'.
-# under type - Values are under the enum type, referenced as
-# 'package.enum.value'.
-# under parent - Values are under the enum's parent, referenced as
-# 'package.value'.
-#
-# Perl Package: [perl package]
-# Specifies the Perl package used to fine-tune the language behavior in ways
-# too complex to do in this file.
-#
-#------------------------------------------------------------------------------
-# For full language support only:
-#
-# Full Language Support: [perl package]
-# Specifies the Perl package that has the parsing routines necessary for full
-# language support.
-#
-#-------------------------------------------------------------------------------
-
-# The following languages are defined in the main file, if you'd like to alter
-# them:
-#
-# Text File, Shebang Script, C/C++, C#, Java, JavaScript, Perl, Python,
-# PHP, SQL, Visual Basic, Pascal, Assembly, Ada, Tcl, Ruby, Makefile,
-# ActionScript, ColdFusion, R, Fortran
-
-# If you add a language that you think would be useful to other developers
-# and should be included in Natural Docs by default, please e-mail it to
-# languages [at] naturaldocs [dot] org.
Copied: branches/fusion-mg24/docs_config/Languages.txt (from rev 2583, trunk/docs_config/Languages.txt)
===================================================================
--- branches/fusion-mg24/docs_config/Languages.txt (rev 0)
+++ branches/fusion-mg24/docs_config/Languages.txt 2012-09-07 14:13:51 UTC (rev 2586)
@@ -0,0 +1,113 @@
+Format: 1.4
+
+# This is the Natural Docs languages file for this project. If you change
+# anything here, it will apply to THIS PROJECT ONLY. If you'd like to change
+# something for all your projects, edit the Languages.txt in Natural Docs'
+# Config directory instead.
+
+
+# You can prevent certain file extensions from being scanned like this:
+# Ignore Extensions: [extension] [extension] ...
+
+
+#-------------------------------------------------------------------------------
+# SYNTAX:
+#
+# Unlike other Natural Docs configuration files, in this file all comments
+# MUST be alone on a line. Some languages deal with the # character, so you
+# cannot put comments on the same line as content.
+#
+# Also, all lists are separated with spaces, not commas, again because some
+# languages may need to use them.
+#
+# Language: [name]
+# Alter Language: [name]
+# Defines a new language or alters an existing one. Its name can use any
+# characters. If any of the properties below have an add/replace form, you
+# must use that when using Alter Language.
+#
+# The language Shebang Script is special. It's entry is only used for
+# extensions, and files with those extensions have their shebang (#!) lines
+# read to determine the real language of the file. Extensionless files are
+# always treated this way.
+#
+# The language Text File is also special. It's treated as one big comment
+# so you can put Natural Docs content in them without special symbols. Also,
+# if you don't specify a package separator, ignored prefixes, or enum value
+# behavior, it will copy those settings from the language that is used most
+# in the source tree.
+#
+# Extensions: [extension] [extension] ...
+# [Add/Replace] Extensions: [extension] [extension] ...
+# Defines the file extensions of the language's source files. You can
+# redefine extensions found in the main languages file. You can use * to
+# mean any undefined extension.
+#
+# Shebang Strings: [string] [string] ...
+# [Add/Replace] Shebang Strings: [string] [string] ...
+# Defines a list of strings that can appear in the shebang (#!) line to
+# designate that it's part of the language. You can redefine strings found
+# in the main languages file.
+#
+# Ignore Prefixes in Index: [prefix] [prefix] ...
+# [Add/Replace] Ignored Prefixes in Index: [prefix] [prefix] ...
+#
+# Ignore [Topic Type] Prefixes in Index: [prefix] [prefix] ...
+# [Add/Replace] Ignored [Topic Type] Prefixes in Index: [prefix] [prefix] ...
+# Specifies prefixes that should be ignored when sorting symbols in an
+# index. Can be specified in general or for a specific topic type.
+#
+#------------------------------------------------------------------------------
+# For basic language support only:
+#
+# Line Comments: [symbol] [symbol] ...
+# Defines a space-separated list of symbols that are used for line comments,
+# if any.
+#
+# Block Comments: [opening sym] [closing sym] [opening sym] [closing sym] ...
+# Defines a space-separated list of symbol pairs that are used for block
+# comments, if any.
+#
+# Package Separator: [symbol]
+# Defines the default package separator symbol. The default is a dot.
+#
+# [Topic Type] Prototype Enders: [symbol] [symbol] ...
+# When defined, Natural Docs will attempt to get a prototype from the code
+# immediately following the topic type. It stops when it reaches one of
+# these symbols. Use \n for line breaks.
+#
+# Line Extender: [symbol]
+# Defines the symbol that allows a prototype to span multiple lines if
+# normally a line break would end it.
+#
+# Enum Values: [global|under type|under parent]
+# Defines how enum values are referenced. The default is global.
+# global - Values are always global, referenced as 'value'.
+# under type - Values are under the enum type, referenced as
+# 'package.enum.value'.
+# under parent - Values are under the enum's parent, referenced as
+# 'package.value'.
+#
+# Perl Package: [perl package]
+# Specifies the Perl package used to fine-tune the language behavior in ways
+# too complex to do in this file.
+#
+#------------------------------------------------------------------------------
+# For full language support only:
+#
+# Full Language Support: [perl package]
+# Specifies the Perl package that has the parsing routines necessary for full
+# language support.
+#
+#-------------------------------------------------------------------------------
+
+# The following languages are defined in the main file, if you'd like to alter
+# them:
+#
+# Text File, Shebang Script, C/C++, C#, Java, JavaScript, Perl, Python,
+# PHP, SQL, Visual Basic, Pascal, Assembly, Ada, Tcl, Ruby, Makefile,
+# ActionScript, ColdFusion, R, Fortran
+
+# If you add a language that you think would be useful to other developers
+# and should be included in Natural Docs by default, please e-mail it to
+# languages [at] naturaldocs [dot] org.
Deleted: branches/fusion-mg24/docs_config/Menu.txt
===================================================================
--- trunk/docs_config/Menu.txt 2012-09-07 12:03:03 UTC (rev 2583)
+++ branches/fusion-mg24/docs_config/Menu.txt 2012-09-07 14:13:51 UTC (rev 2586)
@@ -1,152 +0,0 @@
-Format: 1.4
-
-
-Title: Fusion
-SubTitle: API Reference
-
-# You can add a footer to your documentation like this:
-# Footer: [text]
-# If you want to add a copyright notice, this would be the place to do it.
-
-# You can add a timestamp to your documentation like one of these:
-# Timestamp: Generated on month day, year
-# Timestamp: Updated mm/dd/yyyy
-# Timestamp: Last updated mon day
-#
-# m - One or two digit month. January is "1"
-# mm - Always two digit month. January is "01"
-# mon - Short month word. January is "Jan"
-# month - Long month word. January is "January"
-# d - One or two digit day. 1 is "1"
-# dd - Always two digit day. 1 is "01"
-# day - Day with letter extension. 1 is "1st"
-# yy - Two digit year. 2006 is "06"
-# yyyy - Four digit year. 2006 is "2006"
-# year - Four digit year. 2006 is "2006"
-
-
-# --------------------------------------------------------------------------
-#
-# Cut and paste the lines below to change the order in which your files
-# appear on the menu. Don't worry about adding or removing files, Natural
-# Docs will take care of that.
-#
-# You can further organize the menu by grouping the entries. Add a
-# "Group: [name] {" line to start a group, and add a "}" to end it.
-#
-# You can add text and web links to the menu by adding "Text: [text]" and
-# "Link: [name] ([URL])" lines, respectively.
-#
-# The formatting and comments are auto-generated, so don't worry about
-# neatness when editing the file. Natural Docs will clean it up the next
-# time it is run. When working with groups, just deal with the braces and
-# forget about the indentation and comments.
-#
-# You can use this file on other computers even if they use different
-# directories. As long as the command line points to the same source files,
-# Natural Docs will be able to correct the locations automatically.
-#
-# --------------------------------------------------------------------------
-
-
-Group: Core {
-
- File: Fusion (no auto-title, %WORKING_COPY%\build\lib\fusion.js)
- File: Fusion.Error (no auto-title, %WORKING_COPY%\build\lib\Error.js)
- File: Fusion.Lib.ApplicationDefinition (no auto-title, %WORKING_COPY%\build\lib\ApplicationDefinition.js)
- File: Fusion.Lib.EventMgr (no auto-title, %WORKING_COPY%\build\lib\EventMgr.js)
- File: Fusion.Lib.MGBroker (no auto-title, %WORKING_COPY%\build\lib\MGBroker.js)
- File: Fusion.MapMessage (no auto-title, %WORKING_COPY%\build\lib\MapMessage.js)
- File: Fusion.Tool.Rectangle (no auto-title, %WORKING_COPY%\build\lib\RectTool.js)
- File: Fusion.Tool.Search (no auto-title, %WORKING_COPY%\build\lib\Search.js)
- File: Fusion.Widget (no auto-title, %WORKING_COPY%\build\lib\Widget.js)
- File: Fusion.Widget.Map (no auto-title, %WORKING_COPY%\build\lib\Map.js)
- } # Group: Core
-
-Group: Widgets {
-
- File: Fusion.Widget.About (no auto-title, %WORKING_COPY%\build\widgets\About.js)
- File: Fusion.Widget.ActivityIndicator (no auto-title, %WORKING_COPY%\build\widgets\ActivityIndicator.js)
- File: Fusion.Widget.AddWMSLayer (no auto-title, %WORKING_COPY%\build\widgets\AddWMSLayer.js)
- File: Fusion.Widget.BasemapSwitcher (no auto-title, %WORKING_COPY%\build\widgets\BasemapSwitcher.js)
- File: Fusion.Widget.Buffer (no auto-title, %WORKING_COPY%\build\widgets\Buffer.js)
- File: Fusion.Widget.BufferPanel (no auto-title, %WORKING_COPY%\build\widgets\BufferPanel.js)
- File: Fusion.Widget.CenterSelection (no auto-title, %WORKING_COPY%\build\widgets\CenterSelection.js)
- File: Fusion.Widget.ClearSelection (no auto-title, %WORKING_COPY%\build\widgets\ClearSelection.js)
- File: Fusion.Widget.ColorPicker (no auto-title, %WORKING_COPY%\build\widgets\ColorPicker.js)
- File: Fusion.Widget.CursorPosition (no auto-title, %WORKING_COPY%\build\widgets\CursorPosition.js)
- File: Fusion.Widget.EditableScale (no auto-title, %WORKING_COPY%\build\widgets\EditableScale.js)
- File: Fusion.Widget.ExtentHistory (no auto-title, %WORKING_COPY%\build\widgets\ExtentHistory.js)
- File: Fusion.Widget.FeatureInfo (no auto-title, %WORKING_COPY%\build\widgets\FeatureInfo.js)
- File: Fusion.Widget.GetFeatureInfo (no auto-title, %WORKING_COPY%\build\widgets\GetFeatureInfo.js)
- File: Fusion.Widget.GoogleStreetViewer (no auto-title, %WORKING_COPY%\build\widgets\GoogleStreetViewer.js)
- File: Fusion.Widget.Help (no auto-title, %WORKING_COPY%\build\widgets\Help.js)
- File: Fusion.Widget.InitialMapView (no auto-title, %WORKING_COPY%\build\widgets\InitialMapView.js)
- File: Fusion.Widget.InvokeScript (no auto-title, %WORKING_COPY%\build\widgets\InvokeScript.js)
- File: Fusion.Widget.InvokeURL (no auto-title, %WORKING_COPY%\build\widgets\InvokeURL.js)
- File: Fusion.Widget.LayerManager (no auto-title, %WORKING_COPY%\build\widgets\LayerManager.js)
- File: Fusion.Widget.Legend (no auto-title, %WORKING_COPY%\build\widgets\Legend.js)
- File: Fusion.Widget.LinkToView (no auto-title, %WORKING_COPY%\build\widgets\LinkToView.js)
- File: Fusion.Widget.MapMenu (no auto-title, %WORKING_COPY%\build\widgets\MapMenu.js)
- File: Fusion.Widget.MapMetadata (no auto-title, %WORKING_COPY%\build\widgets\MapMetadata.js)
- File: Fusion.Widget.Maptip (no auto-title, %WORKING_COPY%\build\widgets\Maptip.js)
- File: Fusion.Widget.Measure (no auto-title, %WORKING_COPY%\build\widgets\Measure.js)
- File: Fusion.Widget.Navigator (no auto-title, %WORKING_COPY%\build\widgets\Navigator.js)
- File: Fusion.Widget.OverviewMap (no auto-title, %WORKING_COPY%\build\widgets\OverviewMap.js)
- File: Fusion.Widget.Pan (no auto-title, %WORKING_COPY%\build\widgets\Pan.js)
- File: Fusion.Widget.PanOnClick (no auto-title, %WORKING_COPY%\build\widgets\PanOnClick.js)
- File: Fusion.Widget.PanQuery (no auto-title, %WORKING_COPY%\build\widgets\PanQuery.js)
- File: Fusion.Widget.Print (no auto-title, %WORKING_COPY%\build\widgets\Print.js)
- File: Fusion.Widget.Query (no auto-title, %WORKING_COPY%\build\widgets\Query.js)
- File: Fusion.Widget.QuickPlot (no auto-title, %WORKING_COPY%\build\widgets\QuickPlot.js)
- File: Fusion.Widget.Redline (no auto-title, %WORKING_COPY%\build\widgets\Redline.js)
- File: Fusion.Widget.RefreshMap (no auto-title, %WORKING_COPY%\build\widgets\RefreshMap.js)
- File: Fusion.Widget.SaveMap (no auto-title, %WORKING_COPY%\build\widgets\SaveMap.js)
- File: Fusion.Widget.SaveMapImage (no auto-title, %WORKING_COPY%\build\widgets\SaveMapImage.js)
- File: Fusion.Widget.SaveSession (no auto-title, %WORKING_COPY%\build\widgets\SaveSession.js)
- File: Fusion.Widget.Scalebar (no auto-title, %WORKING_COPY%\build\widgets\Scalebar.js)
- File: Fusion.Widget.ScalebarDual (no auto-title, %WORKING_COPY%\build\widgets\ScalebarDual.js)
- File: Fusion.Widget.Search (no auto-title, %WORKING_COPY%\build\widgets\Search.js)
- File: Fusion.Widget.Select (no auto-title, %WORKING_COPY%\build\widgets\Select.js)
- File: Fusion.Widget.SelectionInfo (no auto-title, %WORKING_COPY%\build\widgets\SelectionInfo.js)
- File: Fusion.Widget.SelectionPanel (no auto-title, %WORKING_COPY%\build\widgets\SelectionPanel.js)
- File: Fusion.Widget.SelectPolygon (no auto-title, %WORKING_COPY%\build\widgets\SelectPolygon.js)
- File: Fusion.Widget.SelectRadius (no auto-title, %WORKING_COPY%\build\widgets\SelectAttribute.js)
- File: Fusion.Widget.SelectRadius (no auto-title, %WORKING_COPY%\build\widgets\SelectRadius.js)
- File: Fusion.Widget.SelectRadiusValue (no auto-title, %WORKING_COPY%\build\widgets\SelectRadiusValue.js)
- File: Fusion.Widget.SelectWithin (no auto-title, %WORKING_COPY%\build\widgets\SelectWithin.js)
- File: Fusion.Widget.TaskPane (no auto-title, %WORKING_COPY%\build\widgets\TaskPane.js)
- File: Fusion.Widget.Theme (no auto-title, %WORKING_COPY%\build\widgets\Theme.js)
- File: Fusion.Widget.ViewOptions (no auto-title, %WORKING_COPY%\build\widgets\ViewOptions.js)
- File: Fusion.Widget.ViewSize (no auto-title, %WORKING_COPY%\build\widgets\ViewSize.js)
- File: Fusion.Widget.Zoom (no auto-title, %WORKING_COPY%\build\widgets\Zoom.js)
- File: Fusion.Widget.ZoomOnClick (no auto-title, %WORKING_COPY%\build\widgets\ZoomOnClick.js)
- File: Fusion.Widget.ZoomToSelection (no auto-title, %WORKING_COPY%\build\widgets\ZoomToSelection.js)
- File: OpenLayers.Control.MapCapturer (no auto-title, %WORKING_COPY%\build\widgets\QuickPlot\MapCapturer.js)
- } # Group: Widgets
-
-Group: External {
-
- File: OpenLayers.Map.isValidLonLat (no auto-title, %WORKING_COPY%\build\lib\OLpatch.js)
- File: JxLib (no auto-title, %WORKING_COPY%\build\lib\jxLib\jxlib.uncompressed.js)
- File: OpenLayers.Control.DragFeature (no auto-title, %WORKING_COPY%\build\lib\DragFeature.js)
- File: OpenLayers (no auto-title, %WORKING_COPY%\build\lib\OpenLayers\OpenLayers.js)
- File: Proj4js (no auto-title, %WORKING_COPY%\build\lib\Proj4js\proj4js-combined.js)
- } # Group: External
-
-Group: Index {
-
- Index: Everything
- Class Index: Classes
- Constant Index: Constants
- Event Index: Events
- File Index: Files
- Function Index: Functions
- Property Index: Properties
- } # Group: Index
-
-
-
-##### Do not change or remove these lines. #####
-Data: 1(D3330wbgHu`HpEXm8oG6bFrWGubPpIWN8fGb_GYb777bcN68u\ztHN\AbYN8ofbo8Y)
-Data: 1(h3330wbgHu`HpEXm8oG6bFrWGubPpIWN8fGb_GYb777bcN68u\ztHN\AbYN8ofb78f`Gt6)
Copied: branches/fusion-mg24/docs_config/Menu.txt (from rev 2583, trunk/docs_config/Menu.txt)
===================================================================
--- branches/fusion-mg24/docs_config/Menu.txt (rev 0)
+++ branches/fusion-mg24/docs_config/Menu.txt 2012-09-07 14:13:51 UTC (rev 2586)
@@ -0,0 +1,152 @@
+Format: 1.4
+
+
+Title: Fusion
+SubTitle: API Reference
+
+# You can add a footer to your documentation like this:
+# Footer: [text]
+# If you want to add a copyright notice, this would be the place to do it.
+
+# You can add a timestamp to your documentation like one of these:
+# Timestamp: Generated on month day, year
+# Timestamp: Updated mm/dd/yyyy
+# Timestamp: Last updated mon day
+#
+# m - One or two digit month. January is "1"
+# mm - Always two digit month. January is "01"
+# mon - Short month word. January is "Jan"
+# month - Long month word. January is "January"
+# d - One or two digit day. 1 is "1"
+# dd - Always two digit day. 1 is "01"
+# day - Day with letter extension. 1 is "1st"
+# yy - Two digit year. 2006 is "06"
+# yyyy - Four digit year. 2006 is "2006"
+# year - Four digit year. 2006 is "2006"
+
+
+# --------------------------------------------------------------------------
+#
+# Cut and paste the lines below to change the order in which your files
+# appear on the menu. Don't worry about adding or removing files, Natural
+# Docs will take care of that.
+#
+# You can further organize the menu by grouping the entries. Add a
+# "Group: [name] {" line to start a group, and add a "}" to end it.
+#
+# You can add text and web links to the menu by adding "Text: [text]" and
+# "Link: [name] ([URL])" lines, respectively.
+#
+# The formatting and comments are auto-generated, so don't worry about
+# neatness when editing the file. Natural Docs will clean it up the next
+# time it is run. When working with groups, just deal with the braces and
+# forget about the indentation and comments.
+#
+# You can use this file on other computers even if they use different
+# directories. As long as the command line points to the same source files,
+# Natural Docs will be able to correct the locations automatically.
+#
+# --------------------------------------------------------------------------
+
+
+Group: Core {
+
+ File: Fusion (no auto-title, %WORKING_COPY%\build\lib\fusion.js)
+ File: Fusion.Error (no auto-title, %WORKING_COPY%\build\lib\Error.js)
+ File: Fusion.Lib.ApplicationDefinition (no auto-title, %WORKING_COPY%\build\lib\ApplicationDefinition.js)
+ File: Fusion.Lib.EventMgr (no auto-title, %WORKING_COPY%\build\lib\EventMgr.js)
+ File: Fusion.Lib.MGBroker (no auto-title, %WORKING_COPY%\build\lib\MGBroker.js)
+ File: Fusion.MapMessage (no auto-title, %WORKING_COPY%\build\lib\MapMessage.js)
+ File: Fusion.Tool.Rectangle (no auto-title, %WORKING_COPY%\build\lib\RectTool.js)
+ File: Fusion.Tool.Search (no auto-title, %WORKING_COPY%\build\lib\Search.js)
+ File: Fusion.Widget (no auto-title, %WORKING_COPY%\build\lib\Widget.js)
+ File: Fusion.Widget.Map (no auto-title, %WORKING_COPY%\build\lib\Map.js)
+ } # Group: Core
+
+Group: Widgets {
+
+ File: Fusion.Widget.About (no auto-title, %WORKING_COPY%\build\widgets\About.js)
+ File: Fusion.Widget.ActivityIndicator (no auto-title, %WORKING_COPY%\build\widgets\ActivityIndicator.js)
+ File: Fusion.Widget.AddWMSLayer (no auto-title, %WORKING_COPY%\build\widgets\AddWMSLayer.js)
+ File: Fusion.Widget.BasemapSwitcher (no auto-title, %WORKING_COPY%\build\widgets\BasemapSwitcher.js)
+ File: Fusion.Widget.Buffer (no auto-title, %WORKING_COPY%\build\widgets\Buffer.js)
+ File: Fusion.Widget.BufferPanel (no auto-title, %WORKING_COPY%\build\widgets\BufferPanel.js)
+ File: Fusion.Widget.CenterSelection (no auto-title, %WORKING_COPY%\build\widgets\CenterSelection.js)
+ File: Fusion.Widget.ClearSelection (no auto-title, %WORKING_COPY%\build\widgets\ClearSelection.js)
+ File: Fusion.Widget.ColorPicker (no auto-title, %WORKING_COPY%\build\widgets\ColorPicker.js)
+ File: Fusion.Widget.CursorPosition (no auto-title, %WORKING_COPY%\build\widgets\CursorPosition.js)
+ File: Fusion.Widget.EditableScale (no auto-title, %WORKING_COPY%\build\widgets\EditableScale.js)
+ File: Fusion.Widget.ExtentHistory (no auto-title, %WORKING_COPY%\build\widgets\ExtentHistory.js)
+ File: Fusion.Widget.FeatureInfo (no auto-title, %WORKING_COPY%\build\widgets\FeatureInfo.js)
+ File: Fusion.Widget.GetFeatureInfo (no auto-title, %WORKING_COPY%\build\widgets\GetFeatureInfo.js)
+ File: Fusion.Widget.GoogleStreetViewer (no auto-title, %WORKING_COPY%\build\widgets\GoogleStreetViewer.js)
+ File: Fusion.Widget.Help (no auto-title, %WORKING_COPY%\build\widgets\Help.js)
+ File: Fusion.Widget.InitialMapView (no auto-title, %WORKING_COPY%\build\widgets\InitialMapView.js)
+ File: Fusion.Widget.InvokeScript (no auto-title, %WORKING_COPY%\build\widgets\InvokeScript.js)
+ File: Fusion.Widget.InvokeURL (no auto-title, %WORKING_COPY%\build\widgets\InvokeURL.js)
+ File: Fusion.Widget.LayerManager (no auto-title, %WORKING_COPY%\build\widgets\LayerManager.js)
+ File: Fusion.Widget.Legend (no auto-title, %WORKING_COPY%\build\widgets\Legend.js)
+ File: Fusion.Widget.LinkToView (no auto-title, %WORKING_COPY%\build\widgets\LinkToView.js)
+ File: Fusion.Widget.MapMenu (no auto-title, %WORKING_COPY%\build\widgets\MapMenu.js)
+ File: Fusion.Widget.MapMetadata (no auto-title, %WORKING_COPY%\build\widgets\MapMetadata.js)
+ File: Fusion.Widget.Maptip (no auto-title, %WORKING_COPY%\build\widgets\Maptip.js)
+ File: Fusion.Widget.Measure (no auto-title, %WORKING_COPY%\build\widgets\Measure.js)
+ File: Fusion.Widget.Navigator (no auto-title, %WORKING_COPY%\build\widgets\Navigator.js)
+ File: Fusion.Widget.OverviewMap (no auto-title, %WORKING_COPY%\build\widgets\OverviewMap.js)
+ File: Fusion.Widget.Pan (no auto-title, %WORKING_COPY%\build\widgets\Pan.js)
+ File: Fusion.Widget.PanOnClick (no auto-title, %WORKING_COPY%\build\widgets\PanOnClick.js)
+ File: Fusion.Widget.PanQuery (no auto-title, %WORKING_COPY%\build\widgets\PanQuery.js)
+ File: Fusion.Widget.Print (no auto-title, %WORKING_COPY%\build\widgets\Print.js)
+ File: Fusion.Widget.Query (no auto-title, %WORKING_COPY%\build\widgets\Query.js)
+ File: Fusion.Widget.QuickPlot (no auto-title, %WORKING_COPY%\build\widgets\QuickPlot.js)
+ File: Fusion.Widget.Redline (no auto-title, %WORKING_COPY%\build\widgets\Redline.js)
+ File: Fusion.Widget.RefreshMap (no auto-title, %WORKING_COPY%\build\widgets\RefreshMap.js)
+ File: Fusion.Widget.SaveMap (no auto-title, %WORKING_COPY%\build\widgets\SaveMap.js)
+ File: Fusion.Widget.SaveMapImage (no auto-title, %WORKING_COPY%\build\widgets\SaveMapImage.js)
+ File: Fusion.Widget.SaveSession (no auto-title, %WORKING_COPY%\build\widgets\SaveSession.js)
+ File: Fusion.Widget.Scalebar (no auto-title, %WORKING_COPY%\build\widgets\Scalebar.js)
+ File: Fusion.Widget.ScalebarDual (no auto-title, %WORKING_COPY%\build\widgets\ScalebarDual.js)
+ File: Fusion.Widget.Search (no auto-title, %WORKING_COPY%\build\widgets\Search.js)
+ File: Fusion.Widget.Select (no auto-title, %WORKING_COPY%\build\widgets\Select.js)
+ File: Fusion.Widget.SelectionInfo (no auto-title, %WORKING_COPY%\build\widgets\SelectionInfo.js)
+ File: Fusion.Widget.SelectionPanel (no auto-title, %WORKING_COPY%\build\widgets\SelectionPanel.js)
+ File: Fusion.Widget.SelectPolygon (no auto-title, %WORKING_COPY%\build\widgets\SelectPolygon.js)
+ File: Fusion.Widget.SelectRadius (no auto-title, %WORKING_COPY%\build\widgets\SelectAttribute.js)
+ File: Fusion.Widget.SelectRadius (no auto-title, %WORKING_COPY%\build\widgets\SelectRadius.js)
+ File: Fusion.Widget.SelectRadiusValue (no auto-title, %WORKING_COPY%\build\widgets\SelectRadiusValue.js)
+ File: Fusion.Widget.SelectWithin (no auto-title, %WORKING_COPY%\build\widgets\SelectWithin.js)
+ File: Fusion.Widget.TaskPane (no auto-title, %WORKING_COPY%\build\widgets\TaskPane.js)
+ File: Fusion.Widget.Theme (no auto-title, %WORKING_COPY%\build\widgets\Theme.js)
+ File: Fusion.Widget.ViewOptions (no auto-title, %WORKING_COPY%\build\widgets\ViewOptions.js)
+ File: Fusion.Widget.ViewSize (no auto-title, %WORKING_COPY%\build\widgets\ViewSize.js)
+ File: Fusion.Widget.Zoom (no auto-title, %WORKING_COPY%\build\widgets\Zoom.js)
+ File: Fusion.Widget.ZoomOnClick (no auto-title, %WORKING_COPY%\build\widgets\ZoomOnClick.js)
+ File: Fusion.Widget.ZoomToSelection (no auto-title, %WORKING_COPY%\build\widgets\ZoomToSelection.js)
+ File: OpenLayers.Control.MapCapturer (no auto-title, %WORKING_COPY%\build\widgets\QuickPlot\MapCapturer.js)
+ } # Group: Widgets
+
+Group: External {
+
+ File: OpenLayers.Map.isValidLonLat (no auto-title, %WORKING_COPY%\build\lib\OLpatch.js)
+ File: JxLib (no auto-title, %WORKING_COPY%\build\lib\jxLib\jxlib.uncompressed.js)
+ File: OpenLayers.Control.DragFeature (no auto-title, %WORKING_COPY%\build\lib\DragFeature.js)
+ File: OpenLayers (no auto-title, %WORKING_COPY%\build\lib\OpenLayers\OpenLayers.js)
+ File: Proj4js (no auto-title, %WORKING_COPY%\build\lib\Proj4js\proj4js-combined.js)
+ } # Group: External
+
+Group: Index {
+
+ Index: Everything
+ Class Index: Classes
+ Constant Index: Constants
+ Event Index: Events
+ File Index: Files
+ Function Index: Functions
+ Property Index: Properties
+ } # Group: Index
+
+
+
+##### Do not change or remove these lines. #####
+Data: 1(D3330wbgHu`HpEXm8oG6bFrWGubPpIWN8fGb_GYb777bcN68u\ztHN\AbYN8ofbo8Y)
+Data: 1(h3330wbgHu`HpEXm8oG6bFrWGubPpIWN8fGb_GYb777bcN68u\ztHN\AbYN8ofb78f`Gt6)
Deleted: branches/fusion-mg24/docs_config/Topics.txt
===================================================================
--- trunk/docs_config/Topics.txt 2012-09-07 12:03:03 UTC (rev 2583)
+++ branches/fusion-mg24/docs_config/Topics.txt 2012-09-07 14:13:51 UTC (rev 2586)
@@ -1,81 +0,0 @@
-Format: 1.4
-
-# This is the Natural Docs topics file for this project. If you change anything
-# here, it will apply to THIS PROJECT ONLY. If you'd like to change something
-# for all your projects, edit the Topics.txt in Natural Docs' Config directory
-# instead.
-
-
-# If you'd like to prevent keywords from being recognized by Natural Docs, you
-# can do it like this:
-# Ignore Keywords: [keyword], [keyword], ...
-#
-# Or you can use the list syntax like how they are defined:
-# Ignore Keywords:
-# [keyword]
-# [keyword], [plural keyword]
-# ...
-
-
-#-------------------------------------------------------------------------------
-# SYNTAX:
-#
-# Topic Type: [name]
-# Alter Topic Type: [name]
-# Creates a new topic type or alters one from the main file. Each type gets
-# its own index and behavior settings. Its name can have letters, numbers,
-# spaces, and these charaters: - / . '
-#
-# Plural: [name]
-# Sets the plural name of the topic type, if different.
-#
-# Keywords:
-# [keyword]
-# [keyword], [plural keyword]
-# ...
-# Defines or adds to the list of keywords for the topic type. They may only
-# contain letters, numbers, and spaces and are not case sensitive. Plural
-# keywords are used for list topics. You can redefine keywords found in the
-# main topics file.
-#
-# Index: [yes|no]
-# Whether the topics get their own index. Defaults to yes. Everything is
-# included in the general index regardless of this setting.
-#
-# Scope: [normal|start|end|always global]
-# How the topics affects scope. Defaults to normal.
-# normal - Topics stay within the current scope.
-# start - Topics start a new scope for all the topics beneath it,
-# like class topics.
-# end - Topics reset the scope back to global for all the topics
-# beneath it.
-# always global - Topics are defined as global, but do not change the scope
-# for any other topics.
-#
-# Class Hierarchy: [yes|no]
-# Whether the topics are part of the class hierarchy. Defaults to no.
-#
-# Page Title If First: [yes|no]
-# Whether the topic's title becomes the page title if it's the first one in
-# a file. Defaults to no.
-#
-# Break Lists: [yes|no]
-# Whether list topics should be broken into individual topics in the output.
-# Defaults to no.
-#
-# Can Group With: [type], [type], ...
-# Defines a list of topic types that this one can possibly be grouped with.
-# Defaults to none.
-#-------------------------------------------------------------------------------
-
-# The following topics are defined in the main file, if you'd like to alter
-# their behavior or add keywords:
-#
-# Generic, Class, Interface, Section, File, Group, Function, Variable,
-# Property, Type, Constant, Enumeration, Event, Delegate, Macro,
-# Database, Database Table, Database View, Database Index, Database
-# Cursor, Database Trigger, Cookie, Build Target
-
-# If you add something that you think would be useful to other developers
-# and should be included in Natural Docs by default, please e-mail it to
-# topics [at] naturaldocs [dot] org.
Copied: branches/fusion-mg24/docs_config/Topics.txt (from rev 2583, trunk/docs_config/Topics.txt)
===================================================================
--- branches/fusion-mg24/docs_config/Topics.txt (rev 0)
+++ branches/fusion-mg24/docs_config/Topics.txt 2012-09-07 14:13:51 UTC (rev 2586)
@@ -0,0 +1,81 @@
+Format: 1.4
+
+# This is the Natural Docs topics file for this project. If you change anything
+# here, it will apply to THIS PROJECT ONLY. If you'd like to change something
+# for all your projects, edit the Topics.txt in Natural Docs' Config directory
+# instead.
+
+
+# If you'd like to prevent keywords from being recognized by Natural Docs, you
+# can do it like this:
+# Ignore Keywords: [keyword], [keyword], ...
+#
+# Or you can use the list syntax like how they are defined:
+# Ignore Keywords:
+# [keyword]
+# [keyword], [plural keyword]
+# ...
+
+
+#-------------------------------------------------------------------------------
+# SYNTAX:
+#
+# Topic Type: [name]
+# Alter Topic Type: [name]
+# Creates a new topic type or alters one from the main file. Each type gets
+# its own index and behavior settings. Its name can have letters, numbers,
+# spaces, and these charaters: - / . '
+#
+# Plural: [name]
+# Sets the plural name of the topic type, if different.
+#
+# Keywords:
+# [keyword]
+# [keyword], [plural keyword]
+# ...
+# Defines or adds to the list of keywords for the topic type. They may only
+# contain letters, numbers, and spaces and are not case sensitive. Plural
+# keywords are used for list topics. You can redefine keywords found in the
+# main topics file.
+#
+# Index: [yes|no]
+# Whether the topics get their own index. Defaults to yes. Everything is
+# included in the general index regardless of this setting.
+#
+# Scope: [normal|start|end|always global]
+# How the topics affects scope. Defaults to normal.
+# normal - Topics stay within the current scope.
+# start - Topics start a new scope for all the topics beneath it,
+# like class topics.
+# end - Topics reset the scope back to global for all the topics
+# beneath it.
+# always global - Topics are defined as global, but do not change the scope
+# for any other topics.
+#
+# Class Hierarchy: [yes|no]
+# Whether the topics are part of the class hierarchy. Defaults to no.
+#
+# Page Title If First: [yes|no]
+# Whether the topic's title becomes the page title if it's the first one in
+# a file. Defaults to no.
+#
+# Break Lists: [yes|no]
+# Whether list topics should be broken into individual topics in the output.
+# Defaults to no.
+#
+# Can Group With: [type], [type], ...
+# Defines a list of topic types that this one can possibly be grouped with.
+# Defaults to none.
+#-------------------------------------------------------------------------------
+
+# The following topics are defined in the main file, if you'd like to alter
+# their behavior or add keywords:
+#
+# Generic, Class, Interface, Section, File, Group, Function, Variable,
+# Property, Type, Constant, Enumeration, Event, Delegate, Macro,
+# Database, Database Table, Database View, Database Index, Database
+# Cursor, Database Trigger, Cookie, Build Target
+
+# If you add something that you think would be useful to other developers
+# and should be included in Natural Docs by default, please e-mail it to
+# topics [at] naturaldocs [dot] org.
More information about the fusion-commits
mailing list