Commit 46dd11a2 authored by William Wadsworth's avatar William Wadsworth
Browse files

remove unused parameter from docstring

parent 9aa5b76f
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -447,7 +447,6 @@ function camera_board_thickness(optics_config) = key_lookup("board_thickness", o
:param params: The microscope parameter dictionary
:param optics_config: Optics configuration dictionary
:param base_r: Radius of the base central point of the mount body
:param message: Message to be printed on the base (used to denote upright versions)
*/
module camera_platform(params, optics_config, base_r){
    assert(key_lookup("optics_type", optics_config)=="spacer", "Use spacer optics configuration to create a camera_platform.");