tracker issue : CF-4198360

select a category, or use search below
(searches all categories and all time range)
Title:

Floor()-related docs need "See also" section updated.

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/Fixed

Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff ()

Created: 02/24/2017

Components: Documentation

Versions: 2016

Failure Type: Others

Found In Build/Fixed In Build: 0 / latest doc

Priority/Frequency: Normal /

Locale/System: / Platforms All

Vote Count: 0

Floor()'s "See also" section should look like this:
--------------------------------------------
See also

Ceiling, Fix, Int, Round
--------------------------------------------
Note: Currently Floor()'s doc doesn't even have a "See also" section - so it needs added.



Ceiling()'s "See also" section should look like this:
--------------------------------------------
See also

Fix, Floor, Int, Round
--------------------------------------------
Note: Currently, the Ceiling's "See also" section says "Int, Fix, Round". Those links should be in alphabetical order, as displayed above.
Note: Currently the "Fix", in Ceiling()'s "See also" section, is not linked to the Fix() doc.  It should be linked.
Note: Floor needs added.



Fix()'s "See also" section should look like this:
--------------------------------------------
See also

Ceiling, Floor, Int, Round
--------------------------------------------
Note: Floor needs added.



Int()'s "See also" section should look like this:
--------------------------------------------
See also

Ceiling, Fix, Floor, Round
--------------------------------------------
Note: Currently the "Fix", in Int()'s "See also" section, is not linked to the Fix() doc.  It should be linked.
Note: Floor needs added.



Round()'s "See also" section should look like this:
--------------------------------------------
See also

Ceiling, Fix, Floor, Int
--------------------------------------------
Note: Floor needs added.



Related URLs:
Ceiling(): https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-c-d/Ceiling.html
Fix(): https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-e-g/fix.html
Floor(): https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-e-g/floor.html
Int(): https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-in-k/int.html
Round(): https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-m-r/round.html

Attachments:

Comments: